GoXam for WPF v3
ConvertStringToPortKey Method
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : ConvertStringToPortKey Method
Convert a string to a PortKey key value.
Syntax
protected virtual PortKey ConvertStringToPortKey( 
   string s
)

Parameters

s

Return Value

Remarks
Currently this handles PortKey types that are String, Int32, or Guid. Override this method to handle additional types. However, the PortKey is almost always a String, so the need to override this method is rare.
See Also

Reference

GraphLinksModelLinkData<NodeKey,PortKey> Class
GraphLinksModelLinkData<NodeKey,PortKey> Members